home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / rarian-sk-install < prev    next >
Text File  |  2009-10-22  |  1KB  |  30 lines

  1. #!/bin/sh
  2.  
  3. # A simple replacement for scrollkeeper-install / scrollkeeper-uninstall
  4. # scrollkeeper-preinstall
  5. # The real program install program is called from scrollkeeper-update
  6. # The real uninstall program isn't used.  Ever.
  7. # scrollkeeper-preinstall is another random program.  I've read the
  8. # source and still can't figure out exactly what it does.  It seems
  9. # to do some stuff that should be really done by configure scripts
  10. # (replacing the docpath with another)
  11.  
  12. # In the New World Order, these are unneccessary, so we just ignore
  13. # them and exit happily.
  14.  
  15. # However, since these are installed and available for use, we
  16. # have to "emulate" them by (basically) returning true.
  17. # Don't ever ask me why scrollkeeper works the way it does.  I'll
  18. # bore you to tears.
  19.  
  20. # Anyway, if you've read this far, the license for this file is simple:
  21. # Use it however you want.  Seriously, if you want to give me credit
  22. # for an empty file, go ahead.  Use it any way you want.  I offer
  23. # no guarentees about functioning correctly, however since the script
  24. # is simpler than "Hello World", I don't think it'll go wrong.
  25.  
  26. # We ignore all user input and return
  27. # Update.  
  28.  
  29.  
  30. exit 0